﻿2026-05-17T00:45:11.0926582Z ##[group]Run actions/checkout@v4
2026-05-17T00:45:11.0927442Z with:
2026-05-17T00:45:11.0927825Z   repository: SaberMage/rebno
2026-05-17T00:45:11.0928492Z   token: ***
2026-05-17T00:45:11.0928870Z   ssh-strict: true
2026-05-17T00:45:11.0929267Z   ssh-user: git
2026-05-17T00:45:11.0929658Z   persist-credentials: true
2026-05-17T00:45:11.0930095Z   clean: true
2026-05-17T00:45:11.0930492Z   sparse-checkout-cone-mode: true
2026-05-17T00:45:11.0930974Z   fetch-depth: 1
2026-05-17T00:45:11.0931365Z   fetch-tags: false
2026-05-17T00:45:11.0931755Z   show-progress: true
2026-05-17T00:45:11.0932148Z   lfs: false
2026-05-17T00:45:11.0932505Z   submodules: false
2026-05-17T00:45:11.0932907Z   set-safe-directory: true
2026-05-17T00:45:11.0933507Z ##[endgroup]
2026-05-17T00:45:11.2173381Z Syncing repository: SaberMage/rebno
2026-05-17T00:45:11.2175670Z ##[group]Getting Git version info
2026-05-17T00:45:11.2176781Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-17T00:45:11.2181064Z [command]/usr/bin/git version
2026-05-17T00:45:11.2205182Z git version 2.54.0
2026-05-17T00:45:11.2231884Z ##[endgroup]
2026-05-17T00:45:11.2260072Z Temporarily overriding HOME='/home/runner/work/_temp/a64dcc6a-a09a-4482-bfbf-5cfb0c092e1d' before making global git config changes
2026-05-17T00:45:11.2262783Z Adding repository directory to the temporary git global config as a safe directory
2026-05-17T00:45:11.2267079Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-17T00:45:11.2311081Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-17T00:45:11.2315988Z ##[group]Initializing the repository
2026-05-17T00:45:11.2320878Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-17T00:45:11.2398424Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-17T00:45:11.2400153Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-17T00:45:11.2401698Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-17T00:45:11.2403159Z hint: call:
2026-05-17T00:45:11.2405227Z hint:
2026-05-17T00:45:11.2406074Z hint: 	git config --global init.defaultBranch <name>
2026-05-17T00:45:11.2407150Z hint:
2026-05-17T00:45:11.2408144Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-17T00:45:11.2409734Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-17T00:45:11.2411062Z hint:
2026-05-17T00:45:11.2411825Z hint: 	git branch -m <name>
2026-05-17T00:45:11.2412722Z hint:
2026-05-17T00:45:11.2414034Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-17T00:45:11.2415707Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-17T00:45:11.2420422Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-17T00:45:11.2461173Z ##[endgroup]
2026-05-17T00:45:11.2462410Z ##[group]Disabling automatic garbage collection
2026-05-17T00:45:11.2466113Z [command]/usr/bin/git config --local gc.auto 0
2026-05-17T00:45:11.2498387Z ##[endgroup]
2026-05-17T00:45:11.2499602Z ##[group]Setting up auth
2026-05-17T00:45:11.2506380Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-17T00:45:11.2542619Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-17T00:45:11.2866728Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-17T00:45:11.2900540Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-17T00:45:11.3147483Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-17T00:45:11.3188201Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-17T00:45:11.3439164Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-17T00:45:11.3477494Z ##[endgroup]
2026-05-17T00:45:11.3478787Z ##[group]Fetching the repository
2026-05-17T00:45:11.3487347Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +29f18586e8447020e8e7506445ef69ab4eb144fe:refs/remotes/origin/main
2026-05-17T00:45:12.4520502Z From https://github.com/SaberMage/rebno
2026-05-17T00:45:12.4530467Z  * [new ref]         29f18586e8447020e8e7506445ef69ab4eb144fe -> origin/main
2026-05-17T00:45:12.4589036Z ##[endgroup]
2026-05-17T00:45:12.4590358Z ##[group]Determining the checkout info
2026-05-17T00:45:12.4591758Z ##[endgroup]
2026-05-17T00:45:12.4592644Z [command]/usr/bin/git sparse-checkout disable
2026-05-17T00:45:12.4634521Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-17T00:45:12.4671262Z ##[group]Checking out the ref
2026-05-17T00:45:12.4673240Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-17T00:45:13.2275883Z Switched to a new branch 'main'
2026-05-17T00:45:13.2280444Z branch 'main' set up to track 'origin/main'.
2026-05-17T00:45:13.3122073Z ##[endgroup]
2026-05-17T00:45:13.3167821Z [command]/usr/bin/git log -1 --format=%H
2026-05-17T00:45:13.3193682Z 29f18586e8447020e8e7506445ef69ab4eb144fe
